RsvgDimensionData

Dimensions of an SVG image from [method@Rsvg.Handle.get_dimensions], or an individual element from [method@Rsvg.Handle.get_dimensions_sub]. Please see the deprecation documentation for those functions.

More...

Members

Variables

em
double em;

SVG's original width, unmodified by RsvgSizeFunc

ex
double ex;

SVG's original height, unmodified by RsvgSizeFunc

height
int height;

SVG's height, in pixels

width
int width;

SVG's width, in pixels

Detailed Description

Deprecated: Use [method@Rsvg.Handle.get_intrinsic_size_in_pixels] or [method@Rsvg.Handle.get_geometry_for_layer] instead.

Meta